home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / moreProlog.dxr / Internal_13.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  244 b   |  14 lines

  1. on startMovie
  2.   DmFadePackReg("64464")
  3.   DmFadePackReg("40733")
  4.   repeat with i = 101 to 115
  5.     set the visible of sprite i to 0
  6.   end repeat
  7. end
  8.  
  9. on stopMovie
  10.   repeat with i = 101 to 115
  11.     set the visible of sprite i to 0
  12.   end repeat
  13. end
  14.